home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2002 #10 / K-CD-10-2002.ISO / Anokee Illuminator / anokeeilluminator.exe / %MAINDIR% / Illuminator.exe / 0 / RCDATA / TFMCONVERSIONWIZARD / TFMCONVERSIONWIZARD.txt < prev   
Encoding:
Text File  |  2002-03-18  |  13.7 KB  |  654 lines

  1. object fmConversionWizard: TfmConversionWizard
  2.   Left = 312
  3.   Top = 104
  4.   BorderStyle = bsDialog
  5.   Caption = 'Conversion Wizard'
  6.   ClientHeight = 576
  7.   ClientWidth = 481
  8.   Color = clBtnFace
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Verdana'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   ShowHint = True
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label1: TLabel
  23.     Left = 8
  24.     Top = 7
  25.     Width = 301
  26.     Height = 13
  27.     Caption = 'The Wizard will help you with repetitive tasks!'
  28.     Font.Charset = ANSI_CHARSET
  29.     Font.Color = clNavy
  30.     Font.Height = -11
  31.     Font.Name = 'Verdana'
  32.     Font.Style = [fsBold]
  33.     ParentFont = False
  34.   end
  35.   object lbFilesToProcess: TLabel
  36.     Left = 8
  37.     Top = 25
  38.     Width = 93
  39.     Height = 13
  40.     Caption = 'Files to process:'
  41.   end
  42.   object lbFileCount: TLabel
  43.     Left = 112
  44.     Top = 25
  45.     Width = 7
  46.     Height = 13
  47.     Caption = '0'
  48.   end
  49.   object gbDownscale: TGroupBox
  50.     Left = 8
  51.     Top = 48
  52.     Width = 465
  53.     Height = 160
  54.     Caption = 'Downscale: Choose the maximum size of images'
  55.     TabOrder = 0
  56.     object lbMaxSize: TLabel
  57.       Left = 24
  58.       Top = 72
  59.       Width = 23
  60.       Height = 26
  61.       Caption = 'Max.'#13#10'Size'
  62.       Font.Charset = DEFAULT_CHARSET
  63.       Font.Color = clGray
  64.       Font.Height = -11
  65.       Font.Name = 'MS Sans Serif'
  66.       Font.Style = []
  67.       ParentFont = False
  68.       WordWrap = True
  69.     end
  70.     object lb1200: TLabel
  71.       Left = 80
  72.       Top = 44
  73.       Width = 59
  74.       Height = 13
  75.       Caption = '1200 x 1024'
  76.       Font.Charset = DEFAULT_CHARSET
  77.       Font.Color = clGray
  78.       Font.Height = -11
  79.       Font.Name = 'MS Sans Serif'
  80.       Font.Style = []
  81.       ParentFont = False
  82.     end
  83.     object lbPixels: TLabel
  84.       Left = 152
  85.       Top = 44
  86.       Width = 27
  87.       Height = 13
  88.       Caption = 'Pixels'
  89.       Font.Charset = DEFAULT_CHARSET
  90.       Font.Color = clGray
  91.       Font.Height = -11
  92.       Font.Name = 'MS Sans Serif'
  93.       Font.Style = []
  94.       ParentFont = False
  95.     end
  96.     object lb1024: TLabel
  97.       Left = 80
  98.       Top = 64
  99.       Width = 53
  100.       Height = 13
  101.       Caption = '1024 x 768'
  102.       Font.Charset = DEFAULT_CHARSET
  103.       Font.Color = clGray
  104.       Font.Height = -11
  105.       Font.Name = 'MS Sans Serif'
  106.       Font.Style = []
  107.       ParentFont = False
  108.     end
  109.     object lb800: TLabel
  110.       Left = 80
  111.       Top = 86
  112.       Width = 47
  113.       Height = 13
  114.       Caption = '800 x 600'
  115.       Font.Charset = DEFAULT_CHARSET
  116.       Font.Color = clGray
  117.       Font.Height = -11
  118.       Font.Name = 'MS Sans Serif'
  119.       Font.Style = []
  120.       ParentFont = False
  121.     end
  122.     object lbCustom: TLabel
  123.       Left = 80
  124.       Top = 109
  125.       Width = 35
  126.       Height = 13
  127.       Caption = 'Custom'
  128.       Font.Charset = DEFAULT_CHARSET
  129.       Font.Color = clGray
  130.       Font.Height = -11
  131.       Font.Name = 'MS Sans Serif'
  132.       Font.Style = []
  133.       ParentFont = False
  134.     end
  135.     object Label14: TLabel
  136.       Left = 172
  137.       Top = 109
  138.       Width = 7
  139.       Height = 13
  140.       Caption = 'x'
  141.     end
  142.     object rbDownscale: TRadioButton
  143.       Left = 8
  144.       Top = 16
  145.       Width = 345
  146.       Height = 17
  147.       Caption = 'Downscale all images to the following size'
  148.       TabOrder = 0
  149.       TabStop = True
  150.       OnClick = rbDownscaleClick
  151.     end
  152.     object rbDontChangeSize: TRadioButton
  153.       Left = 8
  154.       Top = 135
  155.       Width = 361
  156.       Height = 17
  157.       Caption = 'Don'#39't change'
  158.       Checked = True
  159.       TabOrder = 1
  160.       TabStop = True
  161.       OnClick = rbDownscaleClick
  162.     end
  163.     object tbImgSize: TTrackBar
  164.       Left = 56
  165.       Top = 44
  166.       Width = 25
  167.       Height = 78
  168.       Enabled = False
  169.       Max = 3
  170.       Orientation = trVertical
  171.       Frequency = 1
  172.       Position = 2
  173.       SelEnd = 0
  174.       SelStart = 0
  175.       TabOrder = 2
  176.       ThumbLength = 10
  177.       TickMarks = tmBottomRight
  178.       TickStyle = tsAuto
  179.       OnChange = tbImgSizeChange
  180.     end
  181.     object edCustomWidth: TEdit
  182.       Left = 136
  183.       Top = 105
  184.       Width = 31
  185.       Height = 21
  186.       Enabled = False
  187.       TabOrder = 3
  188.       Text = '640'
  189.     end
  190.     object edCustomHeight: TEdit
  191.       Left = 185
  192.       Top = 105
  193.       Width = 31
  194.       Height = 21
  195.       Enabled = False
  196.       TabOrder = 4
  197.       Text = '400'
  198.     end
  199.     object pnScale1200: TPanel
  200.       Tag = 1200
  201.       Left = 244
  202.       Top = 53
  203.       Width = 53
  204.       Height = 74
  205.       Cursor = crHandPoint
  206.       Hint = '1200 x 1024 pixels'
  207.       Caption = '1200'
  208.       Color = clBlack
  209.       Font.Charset = ANSI_CHARSET
  210.       Font.Color = clWhite
  211.       Font.Height = -11
  212.       Font.Name = 'Verdana'
  213.       Font.Style = []
  214.       ParentFont = False
  215.       TabOrder = 5
  216.       OnClick = pnScale1200Click
  217.     end
  218.     object pnScale1024: TPanel
  219.       Tag = 1024
  220.       Left = 305
  221.       Top = 73
  222.       Width = 37
  223.       Height = 53
  224.       Cursor = crHandPoint
  225.       Hint = '1024 x 768 pixels'
  226.       Caption = '1024'
  227.       Color = clGray
  228.       TabOrder = 6
  229.       OnClick = pnScale1200Click
  230.     end
  231.     object pnScale800: TPanel
  232.       Tag = 800
  233.       Left = 353
  234.       Top = 89
  235.       Width = 29
  236.       Height = 38
  237.       Cursor = crHandPoint
  238.       Hint = '800 x 600 pixels'
  239.       Caption = '800'
  240.       Color = clSilver
  241.       TabOrder = 7
  242.       OnClick = pnScale1200Click
  243.     end
  244.   end
  245.   object gbRotate: TGroupBox
  246.     Left = 8
  247.     Top = 213
  248.     Width = 465
  249.     Height = 89
  250.     Caption = 'Rotate: Choose a rotation angle'
  251.     TabOrder = 1
  252.     object pnRotate90_1: TPanel
  253.       Tag = 90
  254.       Left = 147
  255.       Top = 24
  256.       Width = 20
  257.       Height = 30
  258.       Cursor = crHandPoint
  259.       Hint = 'Rotate 90 degrees'
  260.       Color = clGray
  261.       TabOrder = 0
  262.       OnClick = pnDontRotateClick
  263.     end
  264.     object pnRotate90_2: TPanel
  265.       Tag = 90
  266.       Left = 157
  267.       Top = 34
  268.       Width = 30
  269.       Height = 20
  270.       Cursor = crHandPoint
  271.       Hint = 'Rotate 90 degrees'
  272.       Color = clBlack
  273.       TabOrder = 1
  274.       OnClick = pnDontRotateClick
  275.     end
  276.     object rbRotate90: TRadioButton
  277.       Left = 125
  278.       Top = 62
  279.       Width = 89
  280.       Height = 17
  281.       Caption = '90 degrees'
  282.       TabOrder = 3
  283.     end
  284.     object rbRotate180: TRadioButton
  285.       Left = 235
  286.       Top = 62
  287.       Width = 89
  288.       Height = 17
  289.       Caption = '180 degrees'
  290.       TabOrder = 4
  291.     end
  292.     object pnRotate180_1: TPanel
  293.       Tag = 180
  294.       Left = 266
  295.       Top = 24
  296.       Width = 20
  297.       Height = 30
  298.       Cursor = crHandPoint
  299.       Hint = 'Rotate 180 degrees'
  300.       Color = clGray
  301.       TabOrder = 6
  302.       OnClick = pnDontRotateClick
  303.     end
  304.     object pnRotate180_2: TPanel
  305.       Tag = 180
  306.       Left = 276
  307.       Top = 24
  308.       Width = 20
  309.       Height = 30
  310.       Cursor = crHandPoint
  311.       Hint = 'Rotate 180 degrees'
  312.       Color = clBlack
  313.       TabOrder = 7
  314.       OnClick = pnDontRotateClick
  315.     end
  316.     object rbRotate270: TRadioButton
  317.       Left = 360
  318.       Top = 62
  319.       Width = 89
  320.       Height = 17
  321.       Caption = '270 degrees'
  322.       TabOrder = 5
  323.     end
  324.     object pnRotate270_2: TPanel
  325.       Tag = 270
  326.       Left = 408
  327.       Top = 24
  328.       Width = 20
  329.       Height = 30
  330.       Cursor = crHandPoint
  331.       Hint = 'Rotate 270 degrees'
  332.       Color = clGray
  333.       TabOrder = 8
  334.       OnClick = pnDontRotateClick
  335.     end
  336.     object pnRotate270_1: TPanel
  337.       Tag = 270
  338.       Left = 389
  339.       Top = 34
  340.       Width = 30
  341.       Height = 20
  342.       Cursor = crHandPoint
  343.       Hint = 'Rotate 270 degrees'
  344.       Color = clBlack
  345.       TabOrder = 9
  346.       OnClick = pnDontRotateClick
  347.     end
  348.     object rbDontRotate: TRadioButton
  349.       Left = 8
  350.       Top = 62
  351.       Width = 97
  352.       Height = 17
  353.       Caption = 'Don'#39't change'
  354.       Checked = True
  355.       TabOrder = 2
  356.       TabStop = True
  357.     end
  358.     object pnDontRotate: TPanel
  359.       Left = 48
  360.       Top = 24
  361.       Width = 20
  362.       Height = 30
  363.       Cursor = crHandPoint
  364.       Hint = 'Don'#39't rotate'
  365.       Color = clGray
  366.       TabOrder = 10
  367.       OnClick = pnDontRotateClick
  368.     end
  369.   end
  370.   object gbFiletype: TGroupBox
  371.     Left = 8
  372.     Top = 309
  373.     Width = 465
  374.     Height = 75
  375.     Caption = 'Filetype: You can have all images converted to specific type'
  376.     TabOrder = 2
  377.     object imgJPG: TImage
  378.       Tag = 1
  379.       Left = 215
  380.       Top = 18
  381.       Width = 32
  382.       Height = 32
  383.       Cursor = crHandPoint
  384.       Hint = 'Convert to JPG format'
  385.       AutoSize = True
  386.       Picture.Data = {<image000.ico>}
  387.       OnClick = imgJPGClick
  388.     end
  389.     object imgGIF: TImage
  390.       Tag = 2
  391.       Left = 265
  392.       Top = 18
  393.       Width = 32
  394.       Height = 32
  395.       Cursor = crHandPoint
  396.       Hint = 'Convert to GIF format'
  397.       AutoSize = True
  398.       Picture.Data = {<image001.ico>}
  399.       OnClick = imgJPGClick
  400.     end
  401.     object imgTIF: TImage
  402.       Tag = 3
  403.       Left = 315
  404.       Top = 18
  405.       Width = 32
  406.       Height = 32
  407.       Cursor = crHandPoint
  408.       Hint = 'Convert to TIF format'
  409.       AutoSize = True
  410.       Picture.Data = {<image002.ico>}
  411.       OnClick = imgJPGClick
  412.     end
  413.     object imgBMP: TImage
  414.       Tag = 4
  415.       Left = 365
  416.       Top = 18
  417.       Width = 32
  418.       Height = 32
  419.       Cursor = crHandPoint
  420.       Hint = 'Convert to BMP format'
  421.       AutoSize = True
  422.       Picture.Data = {<image003.ico>}
  423.       OnClick = imgJPGClick
  424.     end
  425.     object Label3: TLabel
  426.       Left = 8
  427.       Top = 16
  428.       Width = 143
  429.       Height = 24
  430.       Caption = 'Note that GIF image can'#13#10'only hold 256 colors (8 bits)'
  431.       Font.Charset = ANSI_CHARSET
  432.       Font.Color = clWindowText
  433.       Font.Height = -9
  434.       Font.Name = 'Verdana'
  435.       Font.Style = []
  436.       ParentFont = False
  437.     end
  438.     object Image1: TImage
  439.       Tag = 5
  440.       Left = 415
  441.       Top = 18
  442.       Width = 32
  443.       Height = 32
  444.       Cursor = crHandPoint
  445.       Hint = 'Convert to BMP format'
  446.       AutoSize = True
  447.       Picture.Data = {<image004.ico>}
  448.       OnClick = imgJPGClick
  449.     end
  450.     object rbDontChangeType: TRadioButton
  451.       Left = 8
  452.       Top = 54
  453.       Width = 145
  454.       Height = 17
  455.       Caption = 'Don'#39't change'
  456.       Checked = True
  457.       TabOrder = 0
  458.       TabStop = True
  459.     end
  460.     object rbJPG: TRadioButton
  461.       Left = 210
  462.       Top = 54
  463.       Width = 46
  464.       Height = 17
  465.       Caption = 'JPG'
  466.       TabOrder = 1
  467.     end
  468.     object rbGIF: TRadioButton
  469.       Left = 261
  470.       Top = 54
  471.       Width = 46
  472.       Height = 17
  473.       Caption = 'GIF'
  474.       TabOrder = 2
  475.     end
  476.     object rbTIF: TRadioButton
  477.       Left = 311
  478.       Top = 54
  479.       Width = 46
  480.       Height = 17
  481.       Caption = 'TIF'
  482.       TabOrder = 3
  483.     end
  484.     object rbBMP: TRadioButton
  485.       Left = 359
  486.       Top = 54
  487.       Width = 46
  488.       Height = 17
  489.       Caption = 'BMP'
  490.       TabOrder = 4
  491.     end
  492.     object rbPNG: TRadioButton
  493.       Left = 410
  494.       Top = 54
  495.       Width = 46
  496.       Height = 17
  497.       Caption = 'PNG'
  498.       TabOrder = 5
  499.     end
  500.   end
  501.   object gbDestination: TGroupBox
  502.     Left = 8
  503.     Top = 392
  504.     Width = 465
  505.     Height = 87
  506.     Caption = 'Destination: Choose a destination folder'
  507.     TabOrder = 3
  508.     object rbDontChangeDestFolder: TRadioButton
  509.       Left = 8
  510.       Top = 64
  511.       Width = 105
  512.       Height = 17
  513.       Caption = 'Don'#39't change'
  514.       Checked = True
  515.       TabOrder = 0
  516.       TabStop = True
  517.     end
  518.     object edLocation: TEdit
  519.       Left = 9
  520.       Top = 38
  521.       Width = 360
  522.       Height = 21
  523.       TabOrder = 1
  524.       OnChange = edLocationChange
  525.     end
  526.     object btBrowse: TButton
  527.       Left = 376
  528.       Top = 35
  529.       Width = 75
  530.       Height = 25
  531.       Hint = 'Browse for destination folder'
  532.       Caption = 'Browse'
  533.       TabOrder = 2
  534.       OnClick = btBrowseClick
  535.     end
  536.     object cbPromptOverwrite: TCheckBox
  537.       Left = 128
  538.       Top = 64
  539.       Width = 241
  540.       Height = 17
  541.       Caption = 'Prompt me before overwriting files'
  542.       Checked = True
  543.       State = cbChecked
  544.       TabOrder = 3
  545.     end
  546.     object rbChangeFolder: TRadioButton
  547.       Left = 8
  548.       Top = 17
  549.       Width = 233
  550.       Height = 17
  551.       Caption = 'Copy files to this folder when done'
  552.       TabOrder = 4
  553.     end
  554.   end
  555.   object gbGo: TGroupBox
  556.     Tag = 3
  557.     Left = 7
  558.     Top = 483
  559.     Width = 466
  560.     Height = 86
  561.     Caption = 'Ready to start!'
  562.     TabOrder = 4
  563.     object Label4: TLabel
  564.       Left = 8
  565.       Top = 15
  566.       Width = 172
  567.       Height = 13
  568.       Caption = 'Press the "Go" button to start!'
  569.     end
  570.     object lbProcess: TLabel
  571.       Left = 8
  572.       Top = 28
  573.       Width = 305
  574.       Height = 13
  575.       AutoSize = False
  576.       Caption = 'Process'
  577.       Font.Charset = ANSI_CHARSET
  578.       Font.Color = clWindowText
  579.       Font.Height = -11
  580.       Font.Name = 'Verdana'
  581.       Font.Style = [fsBold]
  582.       ParentFont = False
  583.       Visible = False
  584.     end
  585.     object btGo: TButton
  586.       Left = 335
  587.       Top = 11
  588.       Width = 57
  589.       Height = 25
  590.       Hint = 'Go convert!'
  591.       Caption = '&Go!'
  592.       Default = True
  593.       TabOrder = 0
  594.       OnClick = btGoClick
  595.     end
  596.     object btCancel: TButton
  597.       Left = 399
  598.       Top = 11
  599.       Width = 57
  600.       Height = 25
  601.       Hint = 'Close this window'
  602.       Cancel = True
  603.       Caption = '&Cancel'
  604.       ModalResult = 2
  605.       TabOrder = 1
  606.       OnClick = btCancelClick
  607.     end
  608.     object ProgressTotalBar: TProgressBar
  609.       Left = 8
  610.       Top = 64
  611.       Width = 449
  612.       Height = 17
  613.       Min = 0
  614.       Max = 100
  615.       Smooth = True
  616.       TabOrder = 2
  617.       Visible = False
  618.     end
  619.     object ProgressCurrentBar: TProgressBar
  620.       Left = 8
  621.       Top = 45
  622.       Width = 449
  623.       Height = 17
  624.       Min = 0
  625.       Max = 100
  626.       Smooth = True
  627.       TabOrder = 3
  628.       Visible = False
  629.     end
  630.   end
  631.   object ltPreview: TLEADImage
  632.     Left = 448
  633.     Top = 8
  634.     Width = 26
  635.     Height = 25
  636.     Ctl3D = False
  637.     DrawMode = pmCopy
  638.     EnableMethodErrors = False
  639.     EnableProgressEvent = True
  640.     FrameOuterShadowColor = clBlack
  641.     ParentCtl3D = False
  642.     PanWinPaintScaling = psNormal
  643.     PanWinTitle = 'Pan Window'
  644.     TabOrder = 5
  645.     TextFont.Charset = DEFAULT_CHARSET
  646.     TextFont.Color = clWindowText
  647.     TextFont.Height = -11
  648.     TextFont.Name = 'MS Sans Serif'
  649.     TextFont.Style = []
  650.     Visible = False
  651.     OnStatus = ltPreviewStatus
  652.   end
  653. end
  654.